toggle menu
IntelliJ Platform Gradle Plugin
2.0.0-beta7
jvm
switch theme
search in API
IntelliJ Platform Gradle Plugin
/
org.jetbrains.intellij.platform.gradle.artifacts.repositories
/
PluginArtifactRepository
Plugin
Artifact
Repository
interface
PluginArtifactRepository
:
ArtifactRepository
,
UrlArtifactRepository
Inheritors
DefaultPluginArtifactRepository
Members
Members & Extensions
Functions
content
Link copied to clipboard
abstract
fun
content
(
configureAction
:
Action
<
in
RepositoryContentDescriptor
>
)
credentials
Link copied to clipboard
abstract
fun
<
T
:
Credentials
?
>
credentials
(
credentialsType
:
Class
<
T
>
,
action
:
Action
<
in
T
>
)
credentials
Link copied to clipboard
inline
fun
<
T
:
Credentials
?
>
PluginArtifactRepository
.
credentials
(
action
:
Action
<
in
T
>
)
get
Credentials
Link copied to clipboard
abstract
fun
<
T
:
Credentials
?
>
getCredentials
(
credentialsType
:
Class
<
T
>
)
:
T
?
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
get
Url
Link copied to clipboard
abstract
fun
getUrl
(
)
:
URI
is
Allow
Insecure
Protocol
Link copied to clipboard
abstract
fun
isAllowInsecureProtocol
(
)
:
Boolean
set
Allow
Insecure
Protocol
Link copied to clipboard
abstract
fun
setAllowInsecureProtocol
(
allowInsecureProtocol
:
Boolean
)
set
Name
Link copied to clipboard
abstract
fun
setName
(
name
:
String
)
set
Url
Link copied to clipboard
abstract
fun
setUrl
(
url
:
URI
)
abstract
fun
setUrl
(
url
:
Any
)